S3 methods for mle.fit objects
# S3 method for mle.fit
confint(object, parm = NULL, level = 0.95, ...)# S3 method for mle.fit
print(x, ...)
# S3 method for mle.fit
summary(object, ...)
# S3 method for mle.fit
coef(object, ...)
# S3 method for mle.fit
logLik(object, ...)
# S3 method for mle.fit
AIC(object, ..., k = 2)
# S3 method for mle.fit
BIC(object, ...)
# S3 method for mle.fit
vcov(object, ...)
An mle.fit
object from fit.mle
.
Not currently used.
Desired confidence level.
Not currently used.
An mle.fit
object from fit.mle
.
Penalty term is \(k q\) where \(q =\dim \bm{\theta}\). \(k=2\) is the default for AIC calculation.